<html dir="rtl">
$stylevar[htmldoctype]$headinclude
<form name="edit" action="admin_note.php?edit=do_edit&id=$row[id]" method="post">
<table class="tborder" cellpadding="$stylevar[cellpadding]" 
cellspacing="$stylevar[cellspacing]" border="0" width="100%">
<thead>
<tr>
<td class="alt1">
		<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('edit_note')">
		<img id="collapseimg_edit_note" 
		src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_edit_note].gif" 
		alt="" border="0" /></a> 
		:</td>
</tr>
</thead>
<tbody id="collapseobj_edit_note" style="$vbcollapse[collapseobj_edit_note]">
<tr>
<td class="thead" align="center" height="30">
<table border='0' cellpadding='0' style='border-collapse: collapse' width='80%' id='table1'>
			<tr>
				<td height="30" align="right"><font color="#FF0000"><span lang='ar-sa'> :</span></font></td>
				<td height="30" align="right">
				<input type='text' name='name' size='20' value='$row[name]' class="button"></td>
			</tr>
			<tr>
				<td height="30" align="right"><font color="#FF0000"><span lang='ar-sa'> </span> :</font></td>
				<td height="30" align="right">
				<input type='text' name='titel' size='20' value='$row[titel]' class="button"></td>
			</tr>
			<tr>
				<td height="30" align="right"><font color="#FF0000"><span lang='ar-sa'> </span> :</font></td>
				<td height="30" align="right">
	<textarea rows='9' cols='38' name='note'>$row[note]</textarea></td>
			</tr>
			<tr>
				<td colspan='2' align='center' height="30">
				<input type='submit' value='' name='B1' class="button">&nbsp; 
				<input type='reset' value='' name='B2' class="button">
				<input onclick="window.close();" type="button" value=" " class="button">
				</td>
			</tr>
</table></td>
</tr>
</tbody>
</table></form>